Expand description
Common types for implementing ZIP 32 for hierarchical deterministic key management.
Modules§
- arbitrary
- Ad-hoc (“arbitrary”) key derivation.
- fingerprint
- Seed Fingerprints according to ZIP 32
- hardened_
only - Generic framework for hardened-only key derivation.
- registered
- Registered key derivation.
Structs§
- Account
Id - A type-safe wrapper for account identifiers.
- Chain
Code - A value that is needed, in addition to a spending key, in order to derive descendant keys and addresses of that key.
- Child
Index - A child index for a derived key.
- Diversifier
Index - The index for a particular diversifier.
- Diversifier
Index Overflow Error - The error type returned when a
DiversifierIndex
increment fails. - TryFrom
IntError - The error type returned when a checked integral type conversion fails.
Enums§
- Scope
- The scope of a viewing key or address.